home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xsw / include / psio.h < prev    next >
Text File  |  1995-05-09  |  985b  |  38 lines

  1. /*
  2.  *    @(#) psio.h 12.1 95/05/09 SCOINC
  3.  */
  4. /***************************************************************************
  5.  *
  6.  *    Copyright (c) 1990-1993        The Santa Cruz Operation, Inc.
  7.  *
  8.  *    All rights reserved.  No part of this program or publication may be
  9.  *    reproduced, transmitted, transcribed, stored in a retrieval system,
  10.  *    or translated into any language or computer language, in any form or
  11.  *    by any means, electronic, mechanical, magnetic, optical, chemical,
  12.  *    biological, or otherwise, without the prior written permission of:
  13.  *    
  14.  *        The Santa Cruz Operation , Inc.        (408) 425-7222
  15.  *        400 Encinal St., Santa Cruz, California 95060 USA
  16.  *
  17.  **************************************************************************/
  18. /*
  19.  * Modification History
  20.  *
  21.  *    S000 27-May-93    rickra
  22.  *        Initial check in....
  23.  */
  24.  
  25.  
  26. typedef struct ps_io_pixel_struct 
  27. {
  28.  
  29. Pixel        iosw_pixel;
  30. Pixel        ioch_pixel;
  31. Pixel        ior_pixel;
  32. Pixel        iow_pixel;
  33. Pixel        total_pixel;    /* u_ior + u_iow */
  34.  
  35. } PS_IO_PIXEL;
  36.  
  37.  
  38.